FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package ca.on.dhdr.r4.v4#0.1.2-beta (94 ms)

Package ca.on.dhdr.r4.v4
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=ca.on.dhdr.r4.v4@0.1.2-beta&canonical=http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-consumer-profile-MedicationRequest
Url http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-consumer-profile-MedicationRequest
Version 1.0.0
Status active
Date 2022-02-18T00:00:00-05:00
Name MedicationRequestPrescription
Experimental False
Realm ca
Authority hl7
Description Ordering of medication for patient
Type MedicationRequest
Kind resource

Resources that use this resource

StructureDefinition
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-consumer-profile-MedicationDispense MedicationDispense

Resources that this resource uses

StructureDefinition
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-consumer-profile-Medication Medication
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-consumer-profile-Patient-dispense Patient
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-consumer-profile-Practitioner-prescriber PractitionerPrescriber
https://fhir.infoway-inforoute.ca/ValueSet/prescriptionodbreasonforuse PrescriptionODBReasonForUse


Narrative

Note: links and images are rebased to the (stated) source

No human-readable text provided in this case.

Source

{
  "resourceType" : "StructureDefinition",
  "id" : "6ad5d72d-c011-4f6a-bcbf-00722b1d1be5",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2023-03-13T16:10:36.2861639+00:00"
  },
  "text" : {
    "status" : "empty",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">No human-readable text provided in this case.</div>"
  },
  "url" : "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-consumer-profile-MedicationRequest",
  "version" : "1.0.0",
  "name" : "MedicationRequestPrescription",
  "status" : "active",
  "date" : "2022-02-18T00:00:00-05:00",
  "description" : "Ordering of medication for patient",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "MedicationRequest",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/MedicationRequest",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "MedicationRequest",
        "path" : "MedicationRequest",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.id",
        "path" : "MedicationRequest.id",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.identifier",
        "path" : "MedicationRequest.identifier",
        "definition" : "Identifiers associated with this medication request that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate. They are business identifiers assigned to this resource by the performer or other systems and remain constant as the resource is updated and propagates from server to server.\r\n\r\nDHDR: Identifier assigned by the ordering facility - this is an identifier assigned outside FHIR.",
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.identifier.system",
        "path" : "MedicationRequest.identifier.system",
        "comment" : "Identifier.system is always case sensitive.\r\nRefer to https://simplifier.net/CanadianURIRegistry",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.identifier.value",
        "path" : "MedicationRequest.identifier.value",
        "definition" : "The portion of the identifier typically relevant to the user and which is unique within the context of the system.\r\n\r\nDHDR: Source system Original Rx Number (e.g. assigned by EMR or ePrescribing).",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.status",
        "path" : "MedicationRequest.status",
        "fixedCode" : "unknown",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.intent",
        "path" : "MedicationRequest.intent",
        "fixedCode" : "original-order",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.medication[x]",
        "path" : "MedicationRequest.medication[x]",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-consumer-profile-Medication"
            ]
          }
        ],
        "mustSupport" : true,
        "binding" : {
          "strength" : "example"
        }
      },
      {
        "id" : "MedicationRequest.medication[x].reference",
        "path" : "MedicationRequest.medication[x].reference",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.subject",
        "path" : "MedicationRequest.subject",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-consumer-profile-Patient-dispense"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.subject.reference",
        "path" : "MedicationRequest.subject.reference",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.requester",
        "path" : "MedicationRequest.requester",
        "definition" : "Prescriber. The individual, organization, or device that initiated the request and has responsibility for its activation.",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-consumer-profile-Practitioner-prescriber"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.requester.reference",
        "path" : "MedicationRequest.requester.reference",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.reasonCode",
        "path" : "MedicationRequest.reasonCode",
        "definition" : "The reason or the indication for ordering or not ordering the medication.\r\n\r\nSubset Defining URL https://tgateway.infoway-inforoute.ca/vs/prescriptionodbreasonforuse",
        "max" : "1",
        "mustSupport" : true,
        "binding" : {
          "strength" : "required",
          "description" : "Reason or indication for writing the prescription.",
          "valueSet" : "https://fhir.infoway-inforoute.ca/ValueSet/prescriptionodbreasonforuse"
        }
      },
      {
        "id" : "MedicationRequest.reasonCode.coding",
        "path" : "MedicationRequest.reasonCode.coding",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.reasonCode.coding.system",
        "path" : "MedicationRequest.reasonCode.coding.system",
        "comment" : "The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.\r\n\r\nDHDR: e.g. \"http://snomed.info/sct\" or “[code-system-local-base]/ca-on-drug-odb-prescription-reason”",
        "min" : 1,
        "fixedUri" : "http://ehealthontario.ca/fhir/NamingSystem/ca-on-drug-odb-prescription-reason",
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.reasonCode.coding.code",
        "path" : "MedicationRequest.reasonCode.coding.code",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "MedicationRequest.reasonCode.coding.display",
        "path" : "MedicationRequest.reasonCode.coding.display",
        "mustSupport" : true
      }
    ]
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.